EscapeDirection Enumeration

Represents the direction in which a connection line escapes from a drawing object if a connector connects to a glue point.

Definition

Namespace: Independentsoft.Office.Odf.Drawing
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum EscapeDirection

Members

Auto0 The connection line may escape in all four directions from a drawing object.
Left1 The connection line escapes to the left of a drawing object.
Right2 The connection line escapes to the right of a drawing object.
Up3 The connection line escapes up from a drawing object.
Down4 The connection line escapes down from a drawing object.
Horizontal5 The connection line may escape to the left or to the right of a drawing object.
Vertical6 The connection line may escape up or down from a drawing object.
None7 None.

See Also